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