pub struct CustomAttribute<'db>(/* private fields */);Trait Implementations§
Source§impl<'db> Clone for CustomAttribute<'db>
impl<'db> Clone for CustomAttribute<'db>
Source§fn clone(&self) -> CustomAttribute<'db>
fn clone(&self) -> CustomAttribute<'db>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'db> TableAccess<'db, CustomAttribute<'db>> for Database<'db>
impl<'db> TableAccess<'db, CustomAttribute<'db>> for Database<'db>
Source§impl<'db> TableRow for CustomAttribute<'db>
impl<'db> TableRow for CustomAttribute<'db>
type Kind = CustomAttribute
Auto Trait Implementations§
impl<'db> Freeze for CustomAttribute<'db>
impl<'db> RefUnwindSafe for CustomAttribute<'db>
impl<'db> Send for CustomAttribute<'db>
impl<'db> Sync for CustomAttribute<'db>
impl<'db> Unpin for CustomAttribute<'db>
impl<'db> UnwindSafe for CustomAttribute<'db>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more