pub struct SvgId(/* private fields */);Trait Implementations§
Source§impl Key for SvgId
impl Key for SvgId
Source§fn null() -> Self
fn null() -> Self
Creates a new key that is always invalid and distinct from any non-null
key. A null key can only be created through this method (or default
initialization of keys made with
new_key_type!, which calls this
method). Read moreSource§impl Ord for SvgId
impl Ord for SvgId
Source§impl PartialOrd for SvgId
impl PartialOrd for SvgId
impl Copy for SvgId
impl Eq for SvgId
impl StructuralPartialEq for SvgId
Auto Trait Implementations§
impl Freeze for SvgId
impl RefUnwindSafe for SvgId
impl Send for SvgId
impl Sync for SvgId
impl Unpin for SvgId
impl UnsafeUnpin for SvgId
impl UnwindSafe for SvgId
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