pub struct SetDef {
pub members: Vec<String>,
pub attr: StringAttr,
}
Available on crate features
mysql
and def
only.Fields§
§members: Vec<String>
§attr: StringAttr
Trait Implementations§
impl StructuralPartialEq for SetDef
Auto Trait Implementations§
impl Freeze for SetDef
impl RefUnwindSafe for SetDef
impl Send for SetDef
impl Sync for SetDef
impl Unpin for SetDef
impl UnwindSafe for SetDef
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