pub struct Custom(/* private fields */);
Implementations§
Trait Implementations§
Source§impl BitOr<Customization> for Custom
impl BitOr<Customization> for Custom
Source§impl From<Customization> for Custom
impl From<Customization> for Custom
Source§fn from(operation: Customization) -> Self
fn from(operation: Customization) -> Self
Converts to this type from the input type.
impl StructuralPartialEq for Custom
Auto Trait Implementations§
impl Freeze for Custom
impl RefUnwindSafe for Custom
impl Send for Custom
impl Sync for Custom
impl Unpin for Custom
impl UnwindSafe for Custom
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