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 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