pub struct HeaderFormatPolicy {
pub require_scope: bool,
pub allow_breaking_bang: bool,
}Fields§
§require_scope: bool§allow_breaking_bang: boolTrait Implementations§
Source§impl Clone for HeaderFormatPolicy
impl Clone for HeaderFormatPolicy
Source§fn clone(&self) -> HeaderFormatPolicy
fn clone(&self) -> HeaderFormatPolicy
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 moreAuto Trait Implementations§
impl Freeze for HeaderFormatPolicy
impl RefUnwindSafe for HeaderFormatPolicy
impl Send for HeaderFormatPolicy
impl Sync for HeaderFormatPolicy
impl Unpin for HeaderFormatPolicy
impl UnsafeUnpin for HeaderFormatPolicy
impl UnwindSafe for HeaderFormatPolicy
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