pub struct RepoLayoutIssue {
pub rule_id: String,
pub message: String,
}Fields§
§rule_id: String§message: StringTrait Implementations§
Source§impl Clone for RepoLayoutIssue
impl Clone for RepoLayoutIssue
Source§fn clone(&self) -> RepoLayoutIssue
fn clone(&self) -> RepoLayoutIssue
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 RepoLayoutIssue
impl Debug for RepoLayoutIssue
Source§impl PartialEq for RepoLayoutIssue
impl PartialEq for RepoLayoutIssue
Source§fn eq(&self, other: &RepoLayoutIssue) -> bool
fn eq(&self, other: &RepoLayoutIssue) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for RepoLayoutIssue
impl StructuralPartialEq for RepoLayoutIssue
Auto Trait Implementations§
impl Freeze for RepoLayoutIssue
impl RefUnwindSafe for RepoLayoutIssue
impl Send for RepoLayoutIssue
impl Sync for RepoLayoutIssue
impl Unpin for RepoLayoutIssue
impl UnsafeUnpin for RepoLayoutIssue
impl UnwindSafe for RepoLayoutIssue
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.