pub struct NoteData {
pub mark_first_response: bool,
pub add_to_linked_requests: bool,
pub notify_technician: bool,
pub show_to_requester: bool,
pub description: String,
}Fields§
§mark_first_response: bool§add_to_linked_requests: bool§notify_technician: bool§show_to_requester: bool§description: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for NoteData
impl RefUnwindSafe for NoteData
impl Send for NoteData
impl Sync for NoteData
impl Unpin for NoteData
impl UnwindSafe for NoteData
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