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