pub struct ContainerFilesContentResource { /* private fields */ }Expand description
Container File Content 资源。
Implementations§
Trait Implementations§
Source§impl Clone for ContainerFilesContentResource
impl Clone for ContainerFilesContentResource
Source§fn clone(&self) -> ContainerFilesContentResource
fn clone(&self) -> ContainerFilesContentResource
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 moreAuto Trait Implementations§
impl Freeze for ContainerFilesContentResource
impl !RefUnwindSafe for ContainerFilesContentResource
impl Send for ContainerFilesContentResource
impl Sync for ContainerFilesContentResource
impl Unpin for ContainerFilesContentResource
impl UnsafeUnpin for ContainerFilesContentResource
impl !UnwindSafe for ContainerFilesContentResource
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