Struct glib_signal::ConnectEof 
source · pub struct ConnectEof;Trait Implementations§
source§impl Clone for ConnectEof
 
impl Clone for ConnectEof
source§fn clone(&self) -> ConnectEof
 
fn clone(&self) -> ConnectEof
Returns a copy 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 ConnectEof
 
impl Debug for ConnectEof
source§impl Display for ConnectEof
 
impl Display for ConnectEof
source§impl Error for ConnectEof
 
impl Error for ConnectEof
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
 
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
 
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl From<ConnectEof> for Error
 
impl From<ConnectEof> for Error
source§fn from(eof: ConnectEof) -> Self
 
fn from(eof: ConnectEof) -> Self
Converts to this type from the input type.
source§impl From<ConnectEof> for Error
 
impl From<ConnectEof> for Error
source§fn from(eof: ConnectEof) -> Self
 
fn from(eof: ConnectEof) -> Self
Converts to this type from the input type.
impl Copy for ConnectEof
Auto Trait Implementations§
impl Freeze for ConnectEof
impl RefUnwindSafe for ConnectEof
impl Send for ConnectEof
impl Sync for ConnectEof
impl Unpin for ConnectEof
impl UnwindSafe for ConnectEof
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