pub struct FoundedItem {}Trait Implementations§
Source§impl Clone for FoundedItem
impl Clone for FoundedItem
Source§fn clone(&self) -> FoundedItem
fn clone(&self) -> FoundedItem
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 FoundedItem
impl Debug for FoundedItem
Source§impl PartialEq for FoundedItem
impl PartialEq for FoundedItem
Source§fn eq(&self, other: &FoundedItem) -> bool
fn eq(&self, other: &FoundedItem) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for FoundedItem
Auto Trait Implementations§
impl Freeze for FoundedItem
impl RefUnwindSafe for FoundedItem
impl Send for FoundedItem
impl Sync for FoundedItem
impl Unpin for FoundedItem
impl UnsafeUnpin for FoundedItem
impl UnwindSafe for FoundedItem
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