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