pub struct Set<'src> {
pub name: Name<'src>,
pub value: Setting<'src>,
}
Fieldsยง
ยงname: Name<'src>
ยงvalue: Setting<'src>
Trait Implementationsยง
Auto Trait Implementationsยง
impl<'src> Freeze for Set<'src>
impl<'src> RefUnwindSafe for Set<'src>
impl<'src> Send for Set<'src>
impl<'src> Sync for Set<'src>
impl<'src> Unpin for Set<'src>
impl<'src> UnwindSafe for Set<'src>
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