pub struct ImplementedType {
pub name: String,
pub line: usize,
}Fields§
§name: String§line: usizeImplementations§
Trait Implementations§
Source§impl Clone for ImplementedType
impl Clone for ImplementedType
Source§fn clone(&self) -> ImplementedType
fn clone(&self) -> ImplementedType
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 ImplementedType
impl Debug for ImplementedType
impl Eq for ImplementedType
Source§impl PartialEq for ImplementedType
impl PartialEq for ImplementedType
impl StructuralPartialEq for ImplementedType
Auto Trait Implementations§
impl Freeze for ImplementedType
impl RefUnwindSafe for ImplementedType
impl Send for ImplementedType
impl Sync for ImplementedType
impl Unpin for ImplementedType
impl UnsafeUnpin for ImplementedType
impl UnwindSafe for ImplementedType
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