pub struct NoCustom {}Expand description
Default custom type for SimpleGarnishData when no custom types are needed.
Trait Implementations§
Source§impl DisplayForCustomItem for NoCustom
impl DisplayForCustomItem for NoCustom
fn display_with_list(&self, _list: &SimpleDataList, _level: usize) -> String
Source§impl PartialOrd for NoCustom
impl PartialOrd for NoCustom
impl Copy for NoCustom
impl Eq for NoCustom
impl StructuralPartialEq for NoCustom
Auto Trait Implementations§
impl Freeze for NoCustom
impl RefUnwindSafe for NoCustom
impl Send for NoCustom
impl Sync for NoCustom
impl Unpin for NoCustom
impl UnwindSafe for NoCustom
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