Struct SERIALIZEDPROPSTORAGE
#[repr(transparent)]pub struct SERIALIZEDPROPSTORAGE(pub isize);
Tuple Fields§
§0: isize
Trait Implementations§
§impl Clone for SERIALIZEDPROPSTORAGE
impl Clone for SERIALIZEDPROPSTORAGE
§fn clone(&self) -> SERIALIZEDPROPSTORAGE
fn clone(&self) -> SERIALIZEDPROPSTORAGE
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 SERIALIZEDPROPSTORAGE
impl Debug for SERIALIZEDPROPSTORAGE
§impl Default for SERIALIZEDPROPSTORAGE
impl Default for SERIALIZEDPROPSTORAGE
§fn default() -> SERIALIZEDPROPSTORAGE
fn default() -> SERIALIZEDPROPSTORAGE
Returns the “default value” for a type. Read more
§impl PartialEq for SERIALIZEDPROPSTORAGE
impl PartialEq for SERIALIZEDPROPSTORAGE
impl Copy for SERIALIZEDPROPSTORAGE
impl Eq for SERIALIZEDPROPSTORAGE
impl StructuralPartialEq for SERIALIZEDPROPSTORAGE
Auto Trait Implementations§
impl Freeze for SERIALIZEDPROPSTORAGE
impl RefUnwindSafe for SERIALIZEDPROPSTORAGE
impl Send for SERIALIZEDPROPSTORAGE
impl Sync for SERIALIZEDPROPSTORAGE
impl Unpin for SERIALIZEDPROPSTORAGE
impl UnwindSafe for SERIALIZEDPROPSTORAGE
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