pub struct TestSection {
pub policy: TestPolicy,
}Fields§
§policy: TestPolicyTrait Implementations§
Source§impl Clone for TestSection
impl Clone for TestSection
Auto 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