Struct backend::models::burrow::LastBurrowSeq [−][src]
pub struct LastBurrowSeq { /* fields omitted */ }Expand description
Trait Implementations
Performs the conversion.
Performs the conversion.
Instantiate a Model from a [QueryResult]
fn from_query_result_optional(
res: &QueryResult,
pre: &str
) -> Result<Option<Self>, DbErr>
fn from_query_result_optional(
res: &QueryResult,
pre: &str
) -> Result<Option<Self>, DbErr>
fn find_by_statement(stmt: Statement) -> SelectorRaw<SelectModel<Self>>
fn find_by_statement(stmt: Statement) -> SelectorRaw<SelectModel<Self>>
Auto Trait Implementations
impl RefUnwindSafe for LastBurrowSeq
impl Send for LastBurrowSeq
impl Sync for LastBurrowSeq
impl Unpin for LastBurrowSeq
impl UnwindSafe for LastBurrowSeq
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn into_collection<A>(self) -> SmallVec<A> where
A: Array<Item = T>,
pub fn into_collection<A>(self) -> SmallVec<A> where
A: Array<Item = T>,
Converts self into a collection.
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more