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