Struct shuttle_metadata::ShuttleMetadata
source · pub struct ShuttleMetadata;Trait Implementations§
source§impl ResourceBuilder<Metadata> for ShuttleMetadata
impl ResourceBuilder<Metadata> for ShuttleMetadata
§type Config = ()
type Config = ()
The internal config being constructed by this builder. This will be used to find cached Self::Output.
Auto Trait Implementations§
impl RefUnwindSafe for ShuttleMetadata
impl Send for ShuttleMetadata
impl Sync for ShuttleMetadata
impl Unpin for ShuttleMetadata
impl UnwindSafe for ShuttleMetadata
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