pub struct SendingServer(/* private fields */);
Expand description
The Sending Server
- holds the Resource (“file server” or “Entreprise File Sync and Share (EFSS) server” role), provides access to it (by exposing at least one “API”),
- takes the decision to create the Share based on user interface gestures from the Sending Party (the “Authorization Server” role in OAuth)
- takes the decision about authorizing attempts to access the Resource (the “Resource Server” role in OAuth)
- sends out Share Creation Notifications when appropriate
Trait Implementations§
Source§impl Clone for SendingServer
impl Clone for SendingServer
Source§fn clone(&self) -> SendingServer
fn clone(&self) -> SendingServer
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 SendingServer
impl Debug for SendingServer
Source§impl Hash for SendingServer
impl Hash for SendingServer
Source§impl PartialEq for SendingServer
impl PartialEq for SendingServer
impl Eq for SendingServer
impl StructuralPartialEq for SendingServer
Auto Trait Implementations§
impl Freeze for SendingServer
impl RefUnwindSafe for SendingServer
impl Send for SendingServer
impl Sync for SendingServer
impl Unpin for SendingServer
impl UnwindSafe for SendingServer
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