pub struct NamespaceScopeV1 {
pub namespace: String,
pub domain: Option<String>,
pub workspace_id: Option<String>,
pub repo_id: Option<String>,
}Expand description
Exact resource scope for v1. Optional fields must agree whenever both sides name them.
Fields§
§namespace: String§domain: Option<String>§workspace_id: Option<String>§repo_id: Option<String>Implementations§
Trait Implementations§
Source§impl Clone for NamespaceScopeV1
impl Clone for NamespaceScopeV1
Source§fn clone(&self) -> NamespaceScopeV1
fn clone(&self) -> NamespaceScopeV1
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 NamespaceScopeV1
impl Debug for NamespaceScopeV1
Source§impl Default for NamespaceScopeV1
impl Default for NamespaceScopeV1
Source§fn default() -> NamespaceScopeV1
fn default() -> NamespaceScopeV1
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for NamespaceScopeV1
impl<'de> Deserialize<'de> for NamespaceScopeV1
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for NamespaceScopeV1
Source§impl PartialEq for NamespaceScopeV1
impl PartialEq for NamespaceScopeV1
Source§impl Serialize for NamespaceScopeV1
impl Serialize for NamespaceScopeV1
impl StructuralPartialEq for NamespaceScopeV1
Auto Trait Implementations§
impl Freeze for NamespaceScopeV1
impl RefUnwindSafe for NamespaceScopeV1
impl Send for NamespaceScopeV1
impl Sync for NamespaceScopeV1
impl Unpin for NamespaceScopeV1
impl UnsafeUnpin for NamespaceScopeV1
impl UnwindSafe for NamespaceScopeV1
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,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
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.