Struct SaveSetMapping
pub struct SaveSetMapping(/* private fields */);
Implementations§
§impl SaveSetMapping
impl SaveSetMapping
pub const MAP: SaveSetMapping = _
pub const UNMAP: SaveSetMapping = _
Trait Implementations§
§impl Clone for SaveSetMapping
impl Clone for SaveSetMapping
§fn clone(&self) -> SaveSetMapping
fn clone(&self) -> SaveSetMapping
Returns a copy 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 more§impl Debug for SaveSetMapping
impl Debug for SaveSetMapping
§impl Default for SaveSetMapping
impl Default for SaveSetMapping
§fn default() -> SaveSetMapping
fn default() -> SaveSetMapping
Returns the “default value” for a type. Read more
§impl From<u8> for SaveSetMapping
impl From<u8> for SaveSetMapping
§fn from(value: u8) -> SaveSetMapping
fn from(value: u8) -> SaveSetMapping
Converts to this type from the input type.
§impl Hash for SaveSetMapping
impl Hash for SaveSetMapping
§impl Ord for SaveSetMapping
impl Ord for SaveSetMapping
§impl PartialEq for SaveSetMapping
impl PartialEq for SaveSetMapping
§impl PartialOrd for SaveSetMapping
impl PartialOrd for SaveSetMapping
impl Copy for SaveSetMapping
impl Eq for SaveSetMapping
impl StructuralPartialEq for SaveSetMapping
Auto Trait Implementations§
impl Freeze for SaveSetMapping
impl RefUnwindSafe for SaveSetMapping
impl Send for SaveSetMapping
impl Sync for SaveSetMapping
impl Unpin for SaveSetMapping
impl UnwindSafe for SaveSetMapping
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)