pub struct ModelAccessRestriction {
pub code: String,
pub family: String,
pub message: String,
pub license_url: String,
pub authorization_url: String,
}Fields§
§code: String§family: String§message: String§license_url: StringTrait Implementations§
Source§impl Clone for ModelAccessRestriction
impl Clone for ModelAccessRestriction
Source§fn clone(&self) -> ModelAccessRestriction
fn clone(&self) -> ModelAccessRestriction
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 ComposeSchema for ModelAccessRestriction
impl ComposeSchema for ModelAccessRestriction
Source§impl Debug for ModelAccessRestriction
impl Debug for ModelAccessRestriction
Source§impl<'de> Deserialize<'de> for ModelAccessRestriction
impl<'de> Deserialize<'de> for ModelAccessRestriction
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 ModelAccessRestriction
Source§impl PartialEq for ModelAccessRestriction
impl PartialEq for ModelAccessRestriction
Source§impl Serialize for ModelAccessRestriction
impl Serialize for ModelAccessRestriction
impl StructuralPartialEq for ModelAccessRestriction
Auto Trait Implementations§
impl Freeze for ModelAccessRestriction
impl RefUnwindSafe for ModelAccessRestriction
impl Send for ModelAccessRestriction
impl Sync for ModelAccessRestriction
impl Unpin for ModelAccessRestriction
impl UnsafeUnpin for ModelAccessRestriction
impl UnwindSafe for ModelAccessRestriction
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.