pub struct ExternalLocationClient { /* private fields */ }Expand description
A client scoped to a single external_location.
Implementations§
Source§impl ExternalLocationClient
impl ExternalLocationClient
Sourcepub fn new(
external_location_name: impl Into<String>,
client: ExternalLocationServiceClient,
) -> Self
pub fn new( external_location_name: impl Into<String>, client: ExternalLocationServiceClient, ) -> Self
Create a client bound to the resource’s name components.
Sourcepub fn get(&self) -> GetExternalLocationBuilder
pub fn get(&self) -> GetExternalLocationBuilder
Get an external location
Sourcepub fn update(&self) -> UpdateExternalLocationBuilder
pub fn update(&self) -> UpdateExternalLocationBuilder
Update an external location
Sourcepub fn delete(&self) -> DeleteExternalLocationBuilder
pub fn delete(&self) -> DeleteExternalLocationBuilder
Delete an external location
Trait Implementations§
Source§impl Clone for ExternalLocationClient
impl Clone for ExternalLocationClient
Source§fn clone(&self) -> ExternalLocationClient
fn clone(&self) -> ExternalLocationClient
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl !RefUnwindSafe for ExternalLocationClient
impl !UnwindSafe for ExternalLocationClient
impl Freeze for ExternalLocationClient
impl Send for ExternalLocationClient
impl Sync for ExternalLocationClient
impl Unpin for ExternalLocationClient
impl UnsafeUnpin for ExternalLocationClient
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