pub struct CommentOptions {
pub body: String,
}Fields§
§body: StringTrait Implementations§
Source§impl Debug for CommentOptions
impl Debug for CommentOptions
Auto Trait Implementations§
impl Freeze for CommentOptions
impl RefUnwindSafe for CommentOptions
impl Send for CommentOptions
impl Sync for CommentOptions
impl Unpin for CommentOptions
impl UnwindSafe for CommentOptions
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