pub struct SonarUsage {
pub left: bool,
pub right: bool,
}
Fields§
§left: bool
§right: bool
Trait Implementations§
Source§impl Clone for SonarUsage
impl Clone for SonarUsage
Source§fn clone(&self) -> SonarUsage
fn clone(&self) -> SonarUsage
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 SonarUsage
impl Debug for SonarUsage
Source§impl Default for SonarUsage
impl Default for SonarUsage
Source§impl<'de> Deserialize<'de> for SonarUsage
impl<'de> Deserialize<'de> for SonarUsage
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 SonarUsage
impl PartialEq for SonarUsage
Source§impl Serialize for SonarUsage
impl Serialize for SonarUsage
impl Message for SonarUsage
impl StructuralPartialEq for SonarUsage
Auto Trait Implementations§
impl Freeze for SonarUsage
impl RefUnwindSafe for SonarUsage
impl Send for SonarUsage
impl Sync for SonarUsage
impl Unpin for SonarUsage
impl UnwindSafe for SonarUsage
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