#[non_exhaustive]pub struct CreatePresignedNotebookInstanceUrlOutput { /* private fields */ }Implementations
sourceimpl CreatePresignedNotebookInstanceUrlOutput
impl CreatePresignedNotebookInstanceUrlOutput
A JSON object that contains the URL string.
sourceimpl CreatePresignedNotebookInstanceUrlOutput
impl CreatePresignedNotebookInstanceUrlOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreatePresignedNotebookInstanceUrlOutput.
Trait Implementations
sourceimpl Clone for CreatePresignedNotebookInstanceUrlOutput
impl Clone for CreatePresignedNotebookInstanceUrlOutput
sourcefn clone(&self) -> CreatePresignedNotebookInstanceUrlOutput
fn clone(&self) -> CreatePresignedNotebookInstanceUrlOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl PartialEq<CreatePresignedNotebookInstanceUrlOutput> for CreatePresignedNotebookInstanceUrlOutput
impl PartialEq<CreatePresignedNotebookInstanceUrlOutput> for CreatePresignedNotebookInstanceUrlOutput
sourcefn eq(&self, other: &CreatePresignedNotebookInstanceUrlOutput) -> bool
fn eq(&self, other: &CreatePresignedNotebookInstanceUrlOutput) -> bool
impl StructuralPartialEq for CreatePresignedNotebookInstanceUrlOutput
Auto Trait Implementations
impl RefUnwindSafe for CreatePresignedNotebookInstanceUrlOutput
impl Send for CreatePresignedNotebookInstanceUrlOutput
impl Sync for CreatePresignedNotebookInstanceUrlOutput
impl Unpin for CreatePresignedNotebookInstanceUrlOutput
impl UnwindSafe for CreatePresignedNotebookInstanceUrlOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more