Struct aws_sdk_connectcases::model::CommentFilter
source · [−]#[non_exhaustive]pub struct CommentFilter {}
Expand description
A filter for related items of type Comment
.
Implementations
sourceimpl CommentFilter
impl CommentFilter
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CommentFilter
.
Trait Implementations
sourceimpl Clone for CommentFilter
impl Clone for CommentFilter
sourcefn clone(&self) -> CommentFilter
fn clone(&self) -> CommentFilter
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for CommentFilter
impl Debug for CommentFilter
sourceimpl PartialEq<CommentFilter> for CommentFilter
impl PartialEq<CommentFilter> for CommentFilter
sourcefn eq(&self, other: &CommentFilter) -> bool
fn eq(&self, other: &CommentFilter) -> bool
impl StructuralPartialEq for CommentFilter
Auto Trait Implementations
impl RefUnwindSafe for CommentFilter
impl Send for CommentFilter
impl Sync for CommentFilter
impl Unpin for CommentFilter
impl UnwindSafe for CommentFilter
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more