pub struct NamedPartitionSchemeDescription { /* private fields */ }
Implementations§
Trait Implementations§
impl Send for NamedPartitionSchemeDescription
SAFETY: This is thread safe because the raw pointers points to heap allocated memory.
impl Sync for NamedPartitionSchemeDescription
Auto Trait Implementations§
impl Freeze for NamedPartitionSchemeDescription
impl RefUnwindSafe for NamedPartitionSchemeDescription
impl Unpin for NamedPartitionSchemeDescription
impl UnwindSafe for NamedPartitionSchemeDescription
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