Struct shuttle_metadata::ShuttleMetadata
source · pub struct ShuttleMetadata;Trait Implementations§
source§impl ResourceBuilder<DeploymentMetadata> for ShuttleMetadata
impl ResourceBuilder<DeploymentMetadata> for ShuttleMetadata
§type Config = ()
type Config = ()
The internal config being constructed by this builder. This will be used to find cached Self::Output.
§type Output = DeploymentMetadata
type Output = DeploymentMetadata
The output type used to build this resource later
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