#[repr(C)]pub struct EdgeCredentials {
pub access_key_id: *const c_char,
pub secret_key: *const c_char,
pub endpoint: *const c_char,
}Fields§
§access_key_id: *const c_char§secret_key: *const c_char§endpoint: *const c_charTrait Implementations§
Source§impl Clone for EdgeCredentials
impl Clone for EdgeCredentials
Source§fn clone(&self) -> EdgeCredentials
fn clone(&self) -> EdgeCredentials
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 Debug for EdgeCredentials
impl Debug for EdgeCredentials
impl Copy for EdgeCredentials
Auto Trait Implementations§
impl Freeze for EdgeCredentials
impl RefUnwindSafe for EdgeCredentials
impl !Send for EdgeCredentials
impl !Sync for EdgeCredentials
impl Unpin for EdgeCredentials
impl UnwindSafe for EdgeCredentials
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