pub struct Allow;Expand description
The allow sub-section.
Implementations§
Source§impl Allow
impl Allow
Sourcepub const PROTOCOL_FROM_USER: Any<ProtocolFromUser>
pub const PROTOCOL_FROM_USER: Any<ProtocolFromUser>
The gitoxide.allow.protocolFromUser key.
Trait Implementations§
Source§impl Section for Allow
impl Section for Allow
Source§fn keys(&self) -> &[&dyn Key]
fn keys(&self) -> &[&dyn Key]
The keys directly underneath it for carrying configuration values.
Source§fn parent(&self) -> Option<&dyn Section>
fn parent(&self) -> Option<&dyn Section>
The parent section if this is a statically known sub-section.
Source§fn sub_sections(&self) -> &[&dyn Section]
fn sub_sections(&self) -> &[&dyn Section]
The list of sub-section names, which may be empty if there are no statically known sub-sections.
impl Copy for Allow
Auto Trait Implementations§
impl Freeze for Allow
impl RefUnwindSafe for Allow
impl Send for Allow
impl Sync for Allow
impl Unpin for Allow
impl UnwindSafe for Allow
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