pub struct ItemInterfaceSet;Implementations§
Trait Implementations§
Source§impl Clone for ItemInterfaceSet
impl Clone for ItemInterfaceSet
Source§fn clone(&self) -> ItemInterfaceSet
fn clone(&self) -> ItemInterfaceSet
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ItemInterfaceSet
Auto Trait Implementations§
impl Freeze for ItemInterfaceSet
impl RefUnwindSafe for ItemInterfaceSet
impl Send for ItemInterfaceSet
impl Sync for ItemInterfaceSet
impl Unpin for ItemInterfaceSet
impl UnsafeUnpin for ItemInterfaceSet
impl UnwindSafe for ItemInterfaceSet
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