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