pub(crate) struct FamilyProfile {
pub(crate) family: &'static str,
pub(crate) max_mode: OctalMode,
}Fields§
§family: &'static str§max_mode: OctalModeAuto Trait Implementations§
impl Freeze for FamilyProfile
impl RefUnwindSafe for FamilyProfile
impl Send for FamilyProfile
impl Sync for FamilyProfile
impl Unpin for FamilyProfile
impl UnsafeUnpin for FamilyProfile
impl UnwindSafe for FamilyProfile
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