pub struct GetIsolateIdReturnsBuilder { /* private fields */ }
Implementations§
Source§impl GetIsolateIdReturnsBuilder
impl GetIsolateIdReturnsBuilder
pub fn id(self, id: impl Into<String>) -> GetIsolateIdReturnsBuilder
pub fn build(self) -> Result<GetIsolateIdReturns, String>
Trait Implementations§
Source§impl Clone for GetIsolateIdReturnsBuilder
impl Clone for GetIsolateIdReturnsBuilder
Source§fn clone(&self) -> GetIsolateIdReturnsBuilder
fn clone(&self) -> GetIsolateIdReturnsBuilder
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 moreSource§impl Default for GetIsolateIdReturnsBuilder
impl Default for GetIsolateIdReturnsBuilder
Source§fn default() -> GetIsolateIdReturnsBuilder
fn default() -> GetIsolateIdReturnsBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetIsolateIdReturnsBuilder
impl RefUnwindSafe for GetIsolateIdReturnsBuilder
impl Send for GetIsolateIdReturnsBuilder
impl Sync for GetIsolateIdReturnsBuilder
impl Unpin for GetIsolateIdReturnsBuilder
impl UnwindSafe for GetIsolateIdReturnsBuilder
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