pub struct TeamDiscussionCommentConnection;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TeamDiscussionCommentConnection
impl RefUnwindSafe for TeamDiscussionCommentConnection
impl Send for TeamDiscussionCommentConnection
impl Sync for TeamDiscussionCommentConnection
impl Unpin for TeamDiscussionCommentConnection
impl UnwindSafe for TeamDiscussionCommentConnection
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