#[repr(C)]pub struct OlmUtility { /* private fields */ }Trait Implementations§
Source§impl Clone for OlmUtility
impl Clone for OlmUtility
Source§fn clone(&self) -> OlmUtility
fn clone(&self) -> OlmUtility
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 OlmUtility
impl Debug for OlmUtility
impl Copy for OlmUtility
Auto Trait Implementations§
impl Freeze for OlmUtility
impl RefUnwindSafe for OlmUtility
impl Send for OlmUtility
impl Sync for OlmUtility
impl Unpin for OlmUtility
impl UnwindSafe for OlmUtility
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