Struct tauri_runtime_wry::AboutMetadataWrapper
source · pub struct AboutMetadataWrapper(pub AboutMetadata);
Tuple Fields§
§0: AboutMetadata
Trait Implementations§
source§impl From<AboutMetadata> for AboutMetadataWrapper
impl From<AboutMetadata> for AboutMetadataWrapper
source§fn from(metadata: AboutMetadata) -> Self
fn from(metadata: AboutMetadata) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for AboutMetadataWrapper
impl RefUnwindSafe for AboutMetadataWrapper
impl Send for AboutMetadataWrapper
impl Sync for AboutMetadataWrapper
impl Unpin for AboutMetadataWrapper
impl UnwindSafe for AboutMetadataWrapper
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