#[repr(C)]pub struct std___1_is_move_assignable {
pub _address: u8,
}
Fields§
§_address: u8
Trait Implementations§
Source§impl Clone for std___1_is_move_assignable
impl Clone for std___1_is_move_assignable
Source§fn clone(&self) -> std___1_is_move_assignable
fn clone(&self) -> std___1_is_move_assignable
Returns a duplicate of the value. Read more
1.0.0 · 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 std___1_is_move_assignable
impl Debug for std___1_is_move_assignable
impl Copy for std___1_is_move_assignable
Auto Trait Implementations§
impl Freeze for std___1_is_move_assignable
impl RefUnwindSafe for std___1_is_move_assignable
impl Send for std___1_is_move_assignable
impl Sync for std___1_is_move_assignable
impl Unpin for std___1_is_move_assignable
impl UnwindSafe for std___1_is_move_assignable
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