pub struct AutoInterfaceGroupId(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for AutoInterfaceGroupId
impl Clone for AutoInterfaceGroupId
Source§fn clone(&self) -> AutoInterfaceGroupId
fn clone(&self) -> AutoInterfaceGroupId
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 moreSource§impl Debug for AutoInterfaceGroupId
impl Debug for AutoInterfaceGroupId
impl Eq for AutoInterfaceGroupId
Source§impl PartialEq for AutoInterfaceGroupId
impl PartialEq for AutoInterfaceGroupId
impl StructuralPartialEq for AutoInterfaceGroupId
Auto Trait Implementations§
impl Freeze for AutoInterfaceGroupId
impl RefUnwindSafe for AutoInterfaceGroupId
impl Send for AutoInterfaceGroupId
impl Sync for AutoInterfaceGroupId
impl Unpin for AutoInterfaceGroupId
impl UnsafeUnpin for AutoInterfaceGroupId
impl UnwindSafe for AutoInterfaceGroupId
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