pub struct PicBuilder(/* private fields */);Expand description
PicBuilder
Implementations§
Source§impl PicBuilder
impl PicBuilder
pub fn with_application_subnet(self) -> Self
pub fn with_nns_subnet(self) -> Self
Auto Trait Implementations§
impl Freeze for PicBuilder
impl RefUnwindSafe for PicBuilder
impl Send for PicBuilder
impl Sync for PicBuilder
impl Unpin for PicBuilder
impl UnwindSafe for PicBuilder
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