pub struct RenameContainerOptions {
pub name: String,
}Expand description
Internal struct used in the ContainerRename API
Use a RenameContainerOptionsBuilder to instantiate this struct.
Fields§
§name: StringTrait Implementations§
Source§impl Clone for RenameContainerOptions
impl Clone for RenameContainerOptions
Source§fn clone(&self) -> RenameContainerOptions
fn clone(&self) -> RenameContainerOptions
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RenameContainerOptions
impl Debug for RenameContainerOptions
Source§impl Default for RenameContainerOptions
impl Default for RenameContainerOptions
Source§fn default() -> RenameContainerOptions
fn default() -> RenameContainerOptions
Returns the “default value” for a type. Read more
Source§impl PartialEq for RenameContainerOptions
impl PartialEq for RenameContainerOptions
Source§impl Serialize for RenameContainerOptions
impl Serialize for RenameContainerOptions
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for RenameContainerOptions
Auto Trait Implementations§
impl Freeze for RenameContainerOptions
impl RefUnwindSafe for RenameContainerOptions
impl Send for RenameContainerOptions
impl Sync for RenameContainerOptions
impl Unpin for RenameContainerOptions
impl UnsafeUnpin for RenameContainerOptions
impl UnwindSafe for RenameContainerOptions
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