pub struct SpreadPattern {
pub place: Place,
}Fields§
§place: PlaceTrait Implementations§
Source§impl Clone for SpreadPattern
impl Clone for SpreadPattern
Source§fn clone(&self) -> SpreadPattern
fn clone(&self) -> SpreadPattern
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 moreAuto Trait Implementations§
impl Freeze for SpreadPattern
impl RefUnwindSafe for SpreadPattern
impl Send for SpreadPattern
impl Sync for SpreadPattern
impl Unpin for SpreadPattern
impl UnsafeUnpin for SpreadPattern
impl UnwindSafe for SpreadPattern
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