pub struct RuleSource {}
Trait Implementations§
Source§impl NamedType for RuleSource
impl NamedType for RuleSource
impl HasSubtype<Organization> for RuleSource
impl HasSubtype<Repository> for RuleSource
Auto Trait Implementations§
impl Freeze for RuleSource
impl RefUnwindSafe for RuleSource
impl Send for RuleSource
impl Sync for RuleSource
impl Unpin for RuleSource
impl UnwindSafe for RuleSource
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