pub struct NamespaceCreateIn {
pub title: Option<String>,
}Fields§
§title: Option<String>Title is the namespace’s display title. Cloudflare mints the id.
Implementations§
Source§impl NamespaceCreateIn
impl NamespaceCreateIn
pub fn new() -> NamespaceCreateIn
Trait Implementations§
Source§impl Clone for NamespaceCreateIn
impl Clone for NamespaceCreateIn
Source§fn clone(&self) -> NamespaceCreateIn
fn clone(&self) -> NamespaceCreateIn
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 NamespaceCreateIn
impl Debug for NamespaceCreateIn
Source§impl Default for NamespaceCreateIn
impl Default for NamespaceCreateIn
Source§fn default() -> NamespaceCreateIn
fn default() -> NamespaceCreateIn
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for NamespaceCreateIn
impl<'de> Deserialize<'de> for NamespaceCreateIn
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 NamespaceCreateIn
impl PartialEq for NamespaceCreateIn
Source§impl Serialize for NamespaceCreateIn
impl Serialize for NamespaceCreateIn
impl StructuralPartialEq for NamespaceCreateIn
Auto Trait Implementations§
impl Freeze for NamespaceCreateIn
impl RefUnwindSafe for NamespaceCreateIn
impl Send for NamespaceCreateIn
impl Sync for NamespaceCreateIn
impl Unpin for NamespaceCreateIn
impl UnsafeUnpin for NamespaceCreateIn
impl UnwindSafe for NamespaceCreateIn
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