pub struct InformationLayersBuilder(/* private fields */);Implementations§
Source§impl InformationLayersBuilder
impl InformationLayersBuilder
pub fn new() -> Self
pub fn with_layer_1(self, v: LayersPresenceApplicability) -> Self
pub fn with_layer_2(self, v: LayersPresenceApplicability) -> Self
pub fn with_layer_3(self, v: LayersPresenceApplicability) -> Self
pub fn with_layer_4(self, v: LayersPresenceApplicability) -> Self
pub fn with_layer_5(self, v: LayersPresenceApplicability) -> Self
pub fn with_layer_6(self, v: LayersPresenceApplicability) -> Self
pub fn with_layer_7(self, v: LayersPresenceApplicability) -> Self
pub fn build(self) -> InformationLayers
Trait Implementations§
Auto Trait Implementations§
impl Freeze for InformationLayersBuilder
impl RefUnwindSafe for InformationLayersBuilder
impl Send for InformationLayersBuilder
impl Sync for InformationLayersBuilder
impl Unpin for InformationLayersBuilder
impl UnwindSafe for InformationLayersBuilder
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