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