pub struct commentsUrl;
Trait Implementations§
Source§impl Field for commentsUrl
impl Field for commentsUrl
Source§impl HasField<commentsUrl> for TeamDiscussion
impl HasField<commentsUrl> for TeamDiscussion
Auto Trait Implementations§
impl Freeze for commentsUrl
impl RefUnwindSafe for commentsUrl
impl Send for commentsUrl
impl Sync for commentsUrl
impl Unpin for commentsUrl
impl UnwindSafe for commentsUrl
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