Struct aws_sdk_keyspaces::types::Comment
source · #[non_exhaustive]pub struct Comment { /* private fields */ }
Expand description
An optional comment that describes the table.
Implementations§
Trait Implementations§
source§impl PartialEq<Comment> for Comment
impl PartialEq<Comment> for Comment
impl StructuralPartialEq for Comment
Auto Trait Implementations§
impl RefUnwindSafe for Comment
impl Send for Comment
impl Sync for Comment
impl Unpin for Comment
impl UnwindSafe for Comment
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