pub struct DockerResourceNames {Show 13 fields
pub instance_id: Option<String>,
pub suffix: Option<String>,
pub container_name: String,
pub hostname: String,
pub image_tag: String,
pub previous_image_tag: String,
pub volume_session: String,
pub volume_state: String,
pub volume_cache: String,
pub volume_projects: String,
pub volume_config: String,
pub volume_users: String,
pub image_state_file: String,
}Fields§
§instance_id: Option<String>§suffix: Option<String>§container_name: String§hostname: String§image_tag: String§previous_image_tag: String§volume_session: String§volume_state: String§volume_cache: String§volume_projects: String§volume_config: String§volume_users: String§image_state_file: StringImplementations§
Source§impl DockerResourceNames
impl DockerResourceNames
pub fn volume_names(&self) -> [&str; 6]
Trait Implementations§
Source§impl Clone for DockerResourceNames
impl Clone for DockerResourceNames
Source§fn clone(&self) -> DockerResourceNames
fn clone(&self) -> DockerResourceNames
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 DockerResourceNames
impl Debug for DockerResourceNames
Source§impl PartialEq for DockerResourceNames
impl PartialEq for DockerResourceNames
impl Eq for DockerResourceNames
impl StructuralPartialEq for DockerResourceNames
Auto Trait Implementations§
impl Freeze for DockerResourceNames
impl RefUnwindSafe for DockerResourceNames
impl Send for DockerResourceNames
impl Sync for DockerResourceNames
impl Unpin for DockerResourceNames
impl UnwindSafe for DockerResourceNames
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::Request