pub struct DefComments {
pub require_resolve_all: Option<bool>,
}Fields§
§require_resolve_all: Option<bool>Implementations§
Source§impl DefComments
impl DefComments
pub fn new() -> DefComments
Trait Implementations§
Source§impl Clone for DefComments
impl Clone for DefComments
Source§fn clone(&self) -> DefComments
fn clone(&self) -> DefComments
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 DefComments
impl Debug for DefComments
Source§impl Default for DefComments
impl Default for DefComments
Source§fn default() -> DefComments
fn default() -> DefComments
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DefComments
impl<'de> Deserialize<'de> for DefComments
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
Source§impl PartialEq for DefComments
impl PartialEq for DefComments
Source§impl Serialize for DefComments
impl Serialize for DefComments
impl StructuralPartialEq for DefComments
Auto Trait Implementations§
impl Freeze for DefComments
impl RefUnwindSafe for DefComments
impl Send for DefComments
impl Sync for DefComments
impl Unpin for DefComments
impl UnwindSafe for DefComments
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