pub struct BlobGrantParams {
pub scope: String,
pub principal: String,
}Expand description
Params of Request::BlobGrant: the scope and the flat-namespace principal to grant it to.
Fields§
§scope: String§principal: StringTrait Implementations§
Source§impl Clone for BlobGrantParams
impl Clone for BlobGrantParams
Source§fn clone(&self) -> BlobGrantParams
fn clone(&self) -> BlobGrantParams
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 BlobGrantParams
impl Debug for BlobGrantParams
Source§impl<'de> Deserialize<'de> for BlobGrantParams
impl<'de> Deserialize<'de> for BlobGrantParams
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 BlobGrantParams
Source§impl PartialEq for BlobGrantParams
impl PartialEq for BlobGrantParams
Source§impl Serialize for BlobGrantParams
impl Serialize for BlobGrantParams
impl StructuralPartialEq for BlobGrantParams
Auto Trait Implementations§
impl Freeze for BlobGrantParams
impl RefUnwindSafe for BlobGrantParams
impl Send for BlobGrantParams
impl Sync for BlobGrantParams
impl Unpin for BlobGrantParams
impl UnsafeUnpin for BlobGrantParams
impl UnwindSafe for BlobGrantParams
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