pub struct ZOSNamespace { /* private fields */ }Expand description
ZOSNamespace is the configuration for a z/OS namespace.
Implementations§
Source§impl ZOSNamespace
impl ZOSNamespace
Sourcepub fn typ(&self) -> ZOSNamespaceType
pub fn typ(&self) -> ZOSNamespaceType
Type is the type of namespace.
Source§impl ZOSNamespace
impl ZOSNamespace
Source§impl ZOSNamespace
impl ZOSNamespace
Trait Implementations§
Source§impl Clone for ZOSNamespace
impl Clone for ZOSNamespace
Source§fn clone(&self) -> ZOSNamespace
fn clone(&self) -> ZOSNamespace
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ZOSNamespace
impl Debug for ZOSNamespace
Source§impl Default for ZOSNamespace
impl Default for ZOSNamespace
Source§fn default() -> ZOSNamespace
fn default() -> ZOSNamespace
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ZOSNamespace
impl<'de> Deserialize<'de> for ZOSNamespace
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
Source§impl PartialEq for ZOSNamespace
impl PartialEq for ZOSNamespace
Source§impl Serialize for ZOSNamespace
impl Serialize for ZOSNamespace
impl Eq for ZOSNamespace
impl StructuralPartialEq for ZOSNamespace
Auto Trait Implementations§
impl Freeze for ZOSNamespace
impl RefUnwindSafe for ZOSNamespace
impl Send for ZOSNamespace
impl Sync for ZOSNamespace
impl Unpin for ZOSNamespace
impl UnwindSafe for ZOSNamespace
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)