pub struct NoteIsForbidData {
pub forbid_note_entrance: bool,
}
Expand description
稿件是否禁止笔记的响应数据
Fields§
§forbid_note_entrance: bool
是否禁止笔记
Trait Implementations§
Source§impl Clone for NoteIsForbidData
impl Clone for NoteIsForbidData
Source§fn clone(&self) -> NoteIsForbidData
fn clone(&self) -> NoteIsForbidData
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for NoteIsForbidData
impl Debug for NoteIsForbidData
Source§impl<'de> Deserialize<'de> for NoteIsForbidData
impl<'de> Deserialize<'de> for NoteIsForbidData
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for NoteIsForbidData
impl RefUnwindSafe for NoteIsForbidData
impl Send for NoteIsForbidData
impl Sync for NoteIsForbidData
impl Unpin for NoteIsForbidData
impl UnwindSafe for NoteIsForbidData
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