pub struct KeystoneUREncoder { /* private fields */ }Implementations§
Auto Trait Implementations§
impl Freeze for KeystoneUREncoder
impl RefUnwindSafe for KeystoneUREncoder
impl Send for KeystoneUREncoder
impl Sync for KeystoneUREncoder
impl Unpin for KeystoneUREncoder
impl UnsafeUnpin for KeystoneUREncoder
impl UnwindSafe for KeystoneUREncoder
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