pub struct CreateStorage201Response {
pub bucket: Box<Bucket>,
pub response_id: Uuid,
}Fields§
§bucket: Box<Bucket>§response_id: UuidID запроса, который можно указывать при обращении в службу технической поддержки, чтобы помочь определить проблему.
Implementations§
Source§impl CreateStorage201Response
impl CreateStorage201Response
pub fn new(bucket: Bucket, response_id: Uuid) -> CreateStorage201Response
Trait Implementations§
Source§impl Clone for CreateStorage201Response
impl Clone for CreateStorage201Response
Source§fn clone(&self) -> CreateStorage201Response
fn clone(&self) -> CreateStorage201Response
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 CreateStorage201Response
impl Debug for CreateStorage201Response
Source§impl Default for CreateStorage201Response
impl Default for CreateStorage201Response
Source§fn default() -> CreateStorage201Response
fn default() -> CreateStorage201Response
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CreateStorage201Response
impl<'de> Deserialize<'de> for CreateStorage201Response
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 CreateStorage201Response
impl PartialEq for CreateStorage201Response
Source§fn eq(&self, other: &CreateStorage201Response) -> bool
fn eq(&self, other: &CreateStorage201Response) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for CreateStorage201Response
impl Serialize for CreateStorage201Response
impl StructuralPartialEq for CreateStorage201Response
Auto Trait Implementations§
impl Freeze for CreateStorage201Response
impl RefUnwindSafe for CreateStorage201Response
impl Send for CreateStorage201Response
impl Sync for CreateStorage201Response
impl Unpin for CreateStorage201Response
impl UnsafeUnpin for CreateStorage201Response
impl UnwindSafe for CreateStorage201Response
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